OpenRoads Designer CONNECT Edition SDK Help

StationingByName Class

Represents a stationing by name

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public class StationingByName : Stationing
Inheritance Stationing → StationingByName

Constructors

StationingByName Initializes a new instance of the StationingByName class

Properties

Count Gets number of regions (Inherited from Stationing)

Methods

Add(Double, Double) Adds a station equation to the station region list (Inherited from Stationing)
Add(Double, Double, String) Adds a station equation to the station region list
Dispose() (Inherited from Stationing)
Dispose(Boolean) (Inherited from Stationing)
Finalize (Inherited from Stationing)
GetAbsIntervalStations Returns the stations that that are placed every k meters/feet along the stationing (Inherited from Stationing)
GetAbsStationFromStationRegion(Stationing.StationRegion) Converts a station-region to the equivalent absolute station (Inherited from Stationing)
GetAbsStationFromStationRegion(StationRegionByName) Converts a station-region to the equivalent absolute station
GetAbsStationFromStationRegionAllowNoRegion Converts a station-region to the equivalent absolute station
GetAbsStationFromStationRegionFixRegion Gets absolute station from a station-region (Inherited from Stationing)
GetEnumerator Gets enumerator (Inherited from Stationing)
GetEvenAbsStations Returns the absolute stations that represent even station along the stationing (Inherited from Stationing)
GetEvenAbsStationsNoRegions Returns the absolute stations that represent even station along the stationing regardless of the presence of station equations (also known as regions) (Inherited from Stationing)
GetNativeElement (Inherited from Stationing)
GetRegionIndexFromName Gets region index from region name (Inherited from Stationing)
GetRegionNameFromIndex Gets the name of a region fom its index
GetRegionsContainingStation Gets the indices of the regions that contain a given station (Inherited from Stationing)
GetRegionsLengthFromStartToAbsStation Gets the length from start of region to a station, used to service unit length station
GetRegionsStartingAbsoluteStation(Stationing.StationRegion) Gets the region’s starting “absolute” station, used to service unit length station (Inherited from Stationing)
GetRegionsStartingAbsoluteStation(StationRegionByName) Gets the region’s starting “absolute” station, used to service unit length station
GetRegionsStartingStation(Stationing.StationRegion) Gets the region’s starting “external” station, used to service unit length station (Inherited from Stationing)
GetRegionsStartingStation(StationRegionByName) Gets the region’s starting “external” station, used to service unit length station
GetRegionsStartingStationFromAbsStation Gets the regions starting station for an absolute station, used to service unit length station
GetStationRegionFromAbsStation(Double) Converts an absolute station to the equivalent station,region
GetStationRegionFromAbsStation(Double, Double) Converts an absolute station to the equivalent station,region

See Also